home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
- <background>
- <id>2753</id>
- <filler1>0</filler1>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <link rel="stylesheet" type="text/css" href="stylesheet_2205.css" />
- <name></name>
- <script>on idle
- put the message box into k
- if k is not empty then
- repeat with i = 1 to length(k)
- do "key " & quote & char i of k & quote
- end repeat
- put empty into the message box
- end if
- end idle
-
- on key
- put param(1) into c
- if offset(c, "qwertyuiop[]asdfghjkl;'zxcvbnm,./ ") <> 0 then
- set the hilite of button c to true
- set the hilite of button c to false
- end if
- end key
- </script>
- </background>
-